ConnectionGetAllPropertyNames Method |
Return an array of all property names of that document or folder as determined by the document or folder type.
Namespace: ICMeridianAPIAssembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.0.8.0 (4.0.8.0)
Syntaxpublic Object GetAllPropertyNames(
string vaultidentifier,
string id = null
)
Public Function GetAllPropertyNames (
vaultidentifier As String,
Optional id As String = Nothing
) As Object
public:
Object^ GetAllPropertyNames(
String^ vaultidentifier,
String^ id = nullptr
)
member GetAllPropertyNames :
vaultidentifier : string *
?id : string
(* Defaults:
let _id = defaultArg id null
*)
-> Object
Parameters
- vaultidentifier
- Type: SystemString
The vault identification. - id (Optional)
- Type: SystemString
Optional: Identifier of a document or folder inside the vault.
Return Value
Type:
ObjectArray of property names
RemarksReturns array of all document properties if no ID is given
See Also